body {
    margin: 0;
    padding: 0;
    font-family: tahoma;
}

.container {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

header {
    background-color: #14204a;
    height: 70px;
}

.content {
    overflow: hidden;
}

.logoArea {
    width: 35%;
    height: 70px;
    float: left;
}

.logoArea img {
    width: 100px;
}

.menuArea {
    width: 65%;
    float: left;
}

.menu {
    font-size: 15px;
    margin: auto;
    padding: 0;
    overflow: hidden;
}

.menu li {
    list-style: none;
    float: left;
}

.menu li a {
    color: #ffffff;
    text-decoration: none;
    padding: 17px 30px;
    display: block;
    text-transform: capitalize;
}

.menu li a:hover {
    background-color:  #000099;
    height: 34px;
}

.subOfSub {
    padding: 0;
    background-color: #0000e6;
    position: absolute;
    display: none;
}

.subOfSub li {
    float: none;
}

.subOfSub li a:hover {
    background-color: #4d4dff;
}


.subMenu:hover .subOfSub {
    display: block;
}

.subOfSub-menu {
    position: relative;
}

.lastMenu {
    background-color:  #6666ff;
    left: 100%;
    padding: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: none;
    
 }
 

.lastMenu li a:hover {
    background-color: #2323b1;
    height: 100%;
    width: 70%;
}


.subOfSub-menu:hover .lastMenu {
    display: block;
}


.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;  
    overflow: hidden;
}
.picture {
    background-position: cover;
    background-repeat: no-repeat;
    padding-top: 10px ;
    overflow: hidden;
    text-decoration:none ;
    border-radius: 5px;
    font-weight: 700px;
   
}
.intro {
    background-image: url("../image/MV-C.V.-d.jpeg");
    background-size: cover ;
    background-position: center;
    height: 700px; 

}

.Chartering img {
    width: 150px;
    padding-left: 950px;
    padding-top: 80px;
    float: left;
}

.Chartering h1 {
    font-size: 45px;
    padding-left: 680px;
    overflow: hidden;
}

.introContent {
    overflow: hidden;
    padding: 200px 0 0 150px;
    text-align:center;
}
 h2{
    margin-left: 40px;

}

.introContent h1 {
    font-size: 40px;
    margin-top: 50px;
    color: #ffffff;
  text-align: left;
}

.introContent h2 {
    font-size: 50px;
    color: rgb(22, 22, 22);
    padding-top: 0 ;
    text-align: center;
}

.provide{
    text-align: center;
 
}

.card {
    width: 300px;
    height:360px ;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(14, 10, 10, 0.1);
    margin: 10px;
    transition: transform 0.3s ease-in-out;
    float: left;
    margin-left: 100px;
}

.card:hover {
    transform: scale(1.05);
    background-color: rgb(89, 134, 248);
}

.card img {
    width: 150PX;
    height: 150px;
    margin-left:  80px;
    margin-top: 10px;
    border-radius: 80px;
}

.card-content {
    padding: 40px;
}

h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 1.5em;
    color: #333;
}

p {
    color: black;
    text-align: left;
    padding: 12px;
}

.footer {
    background-color: #14204a;
    position: relative;
    margin-top: 450px;
}

.footer__top {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 5px;

}

.footer-top__left {
    float: left;
    width: 26%;
    padding-left: 4%
}

.footer-top__left a,.footer-top__right a {
    text-decoration: none;
    color: #fff
}

.footer p {
    color: #fff
}

.footer-top__right {
    float: right;
    width: 20%
}

.footer hr {
    color: #1d3d74;
    border-top: 1px solid #1d3d74
}

.pipe {
    margin: 0 20px
}

.footer__bottom {
    text-align: center;
    z-index: 1
}

.footer__bottom p {
    color: #fff
}

.copyright__p {
    margin-top: 40px;
    text-align: center;
    padding-bottom: 20px
}

.privacy__policy h4 {
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px
}

.privacy__policy {
    margin-bottom: 60px;
    padding: 0 50px
}


